Add Since: to gdk_x11_device_get_id(), gdk_x11_device_manager_lookup(), gdk_x11_windo...
authorAlexandre Rostovtsev <tetromino@gentoo.org>
Thu, 12 Jan 2012 04:11:49 +0000 (23:11 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 Jan 2012 23:08:16 +0000 (18:08 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=667730

gdk/x11/gdkdevicemanager-x11.c
gdk/x11/gdkwindow-x11.c

index b49230454dfcd00bc4a1bd9a773142dff2acae0f..efa3c20cb09db56cf43f7c5764ed9e13f1ea07ad 100644 (file)
@@ -100,6 +100,8 @@ _gdk_x11_device_manager_new (GdkDisplay *display)
  *
  * Returns: (transfer none): (allow-none): The #GdkDevice wrapping the device ID,
  *          or %NULL if the given ID doesn't currently represent a device.
+ *
+ * Since: 3.2
  **/
 GdkDevice *
 gdk_x11_device_manager_lookup (GdkDeviceManager *device_manager,
@@ -145,6 +147,8 @@ gdk_x11_device_manager_lookup (GdkDeviceManager *device_manager,
  * </note>
  *
  * Returns: the XInput2 device ID.
+ *
+ * Since: 3.2
  **/
 gint
 gdk_x11_device_get_id (GdkDevice *device)
index 1f61764ea6f4b908e07830135dfc1ae9985baa8e..5d3df85cc2e98c6a4b4c402920ca2fd5e7bb729d 100644 (file)
@@ -3095,6 +3095,8 @@ gdk_x11_window_set_user_time (GdkWindow *window,
  * This function modifies or removes an arbitrary X11 window
  * property of type UTF8_STRING.  If the given @window is
  * not a toplevel window, it is ignored.
+ *
+ * Since: 3.4
  */
 void
 gdk_x11_window_set_utf8_property  (GdkWindow *window,